This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Is it possible to show that there is responses to a document without showing the responses in a view? ~Evelyn Rehipivitch 14.Jan.04 12:12 PM a Web browser Domino Designer All ReleasesAll Platforms
In Lotus Script, you can get access to the responses via NotesDocument.responses. (Maybe also NotesUIDocument, I'm not sure.) This one returns a document list with all the response documents. You can enter them and do everything with them as with parent documents. So it is not correct that a parent knows nothing about its responses.